home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / share / kde4 / config.kcfg / scalix.kcfg < prev    next >
Extensible Markup Language  |  2008-01-14  |  1KB  |  49 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
  3.       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4.       xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
  5.       http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
  6.   <kcfgfile name="scalixrc"/>
  7.  
  8.   <group name="General">
  9.     <entry name="Server" type="String">
  10.       <default></default>
  11.     </entry>
  12.     <entry name="User" type="String">
  13.       <default></default>
  14.     </entry>
  15.     <entry name="RealName" type="String">
  16.       <default></default>
  17.     </entry>
  18.     <entry name="EMail" type="String">
  19.       <default></default>
  20.     </entry>
  21.     <entry name="Password" type="Password">
  22.       <default></default>
  23.     </entry>
  24.     <entry name="SavePassword" type="Bool">
  25.       <default>false</default>
  26.     </entry>
  27.   </group>
  28.   <group name="IMAP">
  29.     <entry name="Security" type="Enum">
  30.       <choices>
  31.         <choice name="None"/>
  32.         <choice name="TLS"/>
  33.         <choice name="SSL"/>
  34.       </choices>
  35.       <default>None</default>
  36.     </entry>
  37.     <entry name="Authentication" type="Enum">
  38.       <choices>
  39.         <choice name="Password"/>
  40.         <choice name="NTLM_SPA"/>
  41.         <choice name="GSSAPI"/>
  42.         <choice name="DIGEST_MD5"/>
  43.         <choice name="CRAM_MD5"/>
  44.       </choices>
  45.       <default>Password</default>
  46.     </entry>
  47.   </group>
  48. </kcfg>
  49.